home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / langs / gemfxm18.lzh / MAKEFILE.MAK
Encoding:
Text File  |  1989-04-06  |  180 b   |  10 lines

  1. VERSION = 18
  2.  
  3. default:
  4.     echo this makefile has no default target!
  5.     
  6. distrib:
  7.     del gemfxm$(VERSION).lzh
  8.     lharc a -xmpr gemfxm$(VERSION) *.c *.h *.r* *.mak
  9.     
  10.